-
Notifications
You must be signed in to change notification settings - Fork 159
wip: Grid(s) performance improvements #16049
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
rkaraivanov
wants to merge
13
commits into
master
Choose a base branch
from
rkaraivanov/performance-measure-service
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* perf(sorting): Do not check date validity when the column type is different * chore(*): Add workflow dispatch in the pipeline so that the test run * chore(*): remove workflow dispatch * perf(sorting): Improve single sorting algorithm with Schwartizian pre-transform * chore(sample): Randomize the data a bit more * perf(sorting): Change the default multi-sorting algorithm to be iterative
* perf(sorting): Do not check date validity when the column type is different * chore(*): Add workflow dispatch in the pipeline so that the test run * chore(*): remove workflow dispatch * perf(sorting): Improve single sorting algorithm with Schwartizian pre-transform * chore(sample): Randomize the data a bit more * perf(sorting): Change the default multi-sorting algorithm to be iterative * perf(grouping): Make grouping algorithm iterative * chore(sample): Add grouping to the sample * chore(*): Remove leftover interfaces
…ance-measure-service
* chore(treegrid): Add performance sample for tree grid * perf(tree-grid): Update tree-grid sorting algorithm to iterative * chore(*): Remove not needed argument * chore(*): rename some variables
* chore(treegrid): Add performance sample for tree grid * perf(tree-grid): Update tree-grid sorting algorithm to iterative * chore(*): Remove not needed argument * chore(*): rename some variables * chore(pivot): Add pivot grid performance sample * chore(*): Update sample app * chore(*): Modify the sample a bit more * perf(pivot): Change pivot row sorting to use the default sorting algorithm * perf(*): Do not deep clone the entire data collection * perf(*): Update how pivot does aggregated values sorting * perf(*): Do not clone the collection again * chore(*): Change forEach usage to for..of
ChronosSF
approved these changes
Aug 22, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #
Additional information (check all that apply):
Checklist:
feature/README.MD
updates for the feature docsREADME.MD
CHANGELOG.MD
updates for newly added functionalityng update
migrations for the breaking changes (migrations guidelines)